INSTALLATION
NFTis based on Vue CLI and has its README.md which you can find very useful.
To get started follow this steps:
- Install Node and npm.
- Download and open project.
- Install packages: npm i, npm install or yarn.
- Start project locally: npm run serve or yarn serve (running on port 8080).
- Make necessary changes.
- Build app for production: npm run build or yarn build.